net/http.http2ClientConn.fr (field)
26 uses
net/http (current package)
h2_bundle.go#L7525: fr *http2Framer
h2_bundle.go#L7952: cc.fr = http2NewFramer(cc.bw, cc.br)
h2_bundle.go#L7954: cc.fr.SetMaxReadFrameSize(t.maxFrameReadSize())
h2_bundle.go#L7957: cc.fr.countError = t.CountError
h2_bundle.go#L7960: cc.fr.ReadMetaHeaders = hpack.NewDecoder(maxHeaderTableSize, nil)
h2_bundle.go#L7961: cc.fr.MaxHeaderListSize = t.maxHeaderListSize()
h2_bundle.go#L7991: cc.fr.WriteSettings(initialSettings...)
h2_bundle.go#L7992: cc.fr.WriteWindowUpdate(0, http2transportDefaultConnFlow)
h2_bundle.go#L8302: if err := cc.fr.WriteGoAway(maxStreamID, http2ErrCodeNo, nil); err != nil {
h2_bundle.go#L8842: cc.fr.WriteHeaders(http2HeadersFrameParam{
h2_bundle.go#L8850: cc.fr.WriteContinuation(streamID, endHeaders, chunk)
h2_bundle.go#L8989: err = cc.fr.WriteData(cs.ID, sentEnd, data)
h2_bundle.go#L9039: err = cc.fr.WriteData(cs.ID, true, nil)
h2_bundle.go#L9395: cc.fr.WriteGoAway(0, http2ErrCode(ce), nil)
h2_bundle.go#L9496: f, err := cc.fr.ReadFrame()
h2_bundle.go#L9506: se.Cause = cc.fr.errDetail
h2_bundle.go#L9814: cc.fr.WriteWindowUpdate(0, http2mustUint31(connAdd))
h2_bundle.go#L9817: cc.fr.WriteWindowUpdate(cs.ID, http2mustUint31(streamAdd))
h2_bundle.go#L9845: cc.fr.WriteWindowUpdate(0, uint32(connAdd))
h2_bundle.go#L9893: cc.fr.WriteWindowUpdate(0, uint32(connAdd))
h2_bundle.go#L9959: cc.fr.WriteWindowUpdate(0, uint32(sendConn))
h2_bundle.go#L9962: cc.fr.WriteWindowUpdate(cs.ID, uint32(sendStream))
h2_bundle.go#L10046: cc.fr.WriteSettingsAck()
h2_bundle.go#L10194: if pingError = cc.fr.WritePing(false, p); pingError != nil {
h2_bundle.go#L10231: if err := cc.fr.WritePing(true, f.Data); err != nil {
h2_bundle.go#L10254: cc.fr.WriteRSTStream(streamID, code)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |